home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / outdr210.arc / OUTDOOR.DOC < prev   
Encoding:
Text File  |  1980-01-01  |  6.3 KB  |  188 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                          OUTDOOR  V2.00
  7.                 Copyright (C) 1987, Jon Marshall
  8.  
  9. Disclaimer (Don't blame me!!):
  10.  
  11.      As with all software, I am not responsible for any "accidents" that
  12. may occur. This software has been tested and works properly with Opus
  13. V0.00, RBBS DOORS version 14.1, and PCBoard DOORS version 11.8
  14.  
  15.  
  16. Description:
  17.  
  18.      OUTDOOR is a program to be run external of Opus/Fido and allows the use
  19. of RBBS-PC DOORS and PCBoard Doors software.
  20.  
  21. Syntax:
  22.  
  23.      OUTDOOR /Rpath /Ppath
  24. path: is the path to were you want the RBBS or PCBoard file written.
  25.  
  26. /R: means you want only the RBBS file written.
  27. (Example: OUTDOOR /Rc:\opus\doors\) The '\' IS IMPORTANT and REQUIRED
  28. after the path!
  29.  
  30. /P: means you only want the PCBoard file written.
  31.  
  32. NOTE: You MUST select ONE. You can select both as well. If you just specify
  33. /R or /P by itself, then the files will be written in the current directory.
  34.  
  35. Basics:
  36.  
  37.      All that is really needed is a medium to go Outside Opus/Fido and allow
  38. user a selection of DOORS to run. I use OUTER V2.1 by Ron Bemis. I also
  39. recommend using X00.SYS version 1 or above to facilitate the use of CAPTURE
  40. both by Ray Gwinn.
  41.      DOORS are written similar to BBS's they have there own Carrier Detect,
  42. and will return to the Batch if the CD is lost. You will be able to see what
  43. the user is doing as well. In order for DOORS to work you need to setup an
  44. RBBS-PC.DEF file, this can be done with CONFIG.EXE included here. Most of the
  45. information can be ignored, all that is really important is the Sysop's name,
  46. BBS name, type of DOS and Computer, and the COM port being used.
  47.  
  48. Installation:
  49.  
  50.      Well the easiest thing to do is to create a sub-directory under your BBS.
  51. For example C:\OPUS\DOORS. Then place your DOOR software you've found in this
  52. directory. Next, copy CONFIG.EXE into the DOORS directory and run it.
  53.      Copy the OUTDOOR.COM into your BBS directory. After you've setup the DOOR
  54. software according to it's own instruction your ready to roll.
  55.      Edit your OPUS.CTL file to allow exiting to DOS and an errorlevel, or if
  56. you use Fido setup the Command Line switch. In your BAT file to run your BBS
  57. include an apporiate IF ERROR LEVEL statement. For the following I'll use an
  58. example so I don't get lost myself.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. EX:
  67.    .
  68.    .
  69.    .
  70. opus opus
  71. IF ERRORLEVEL 200 goto OUTSIDE
  72.    .
  73.    .
  74.    .
  75. :OUTSIDE
  76. OUTDOOR /Rc:\opus\doors\ /Pc:\opus\doors\
  77. O_FIXOUT opus   {If needed, depending on the Opus version}
  78. OUTER /1 128/v 60/l   {Runs OUTER on com1, detects CD on pin 128, allows
  79.                        60 minutes}
  80. Then return to your Batch file to run Opus again.
  81. I'll include a sample of My BAT files to help.
  82.  
  83.      The C:\OPUS\DOORS\MESSAGES is the path and filename for the required file
  84. I recommend you use complete Drive, Path and File specifier to be safe.
  85.  
  86.      Now to get a DOOR to run, you'll most likely need another Batch files
  87. for it. Under OUTER, lets say you have a command B) that runs a user
  88. maintained BBS list program called BBSLIST (See OUTER.DOC to set up Outer
  89. or the DOCS with whatever you use). So you've entered the "Command to be
  90. Executed" as BBSLIST. You now need a file called BBSLIST.BAT wich will look
  91. like this:
  92.  
  93. CTTY CON   {Doors require the CON be the device}
  94. CAPTURE OFF   {Turns off the X00 interupts etc... VERY IMPORTANT!!}
  95. CD C:\OPUS\DOORS
  96. BBSLIST  {Or whatever the DOOR program is, this  is only an example}
  97. CD C:\OPUS   {To rerun OUTER or whatever from your OPUS directory}
  98.  
  99. That's all.
  100.  
  101.  
  102. Included in this ARC:
  103.  
  104. OUTDOOR.COM - the program that sets Opus/Fido to run DOORS.
  105. OUTDOOR.DOC - This poorly written first run Doc file.
  106. CONFIG.EXE - Needed to create the RBBS-PC.DEF file for doors.
  107. ORUN.BAT - My sample batch file.
  108. BBSLIST.BAT - A sample Door batch file.
  109.  
  110. Known Bug:
  111.  
  112.      None in my software as of yet. There is a problem with Opus and
  113. the LASTUSER.BBS. The problem is that a first time caller doesn't get
  114. his BAUDRATE set in the file. I am working on a patch to this problem.
  115.  
  116.      Well, actually there are a few minor restrictions.
  117. 1) I've only accounted for everyone having non-Ansi, this doesn't make too
  118.    much difference. I'll fix this as soon as I can decipher the BITS in
  119.    OPUS.H a little better (Any help from you all out there will be
  120.    appreciated.)
  121.  
  122. 2) This program only works with DOORS version 14.1. I have seen 15.1 out now
  123.    but I'm not sure what the difference is yet. I do know if you try to run
  124.    a 15.1 DOOR, you will get an "Incorrect RBBS version" error. I will look
  125.    into this in future versions of OUTDOOR.
  126.  
  127. Inspirations:
  128.  
  129.      I was very impressed with the ability of RBBS to allow users to run
  130. such great programs. After seeing that PCBoard version 11 allowed this too
  131. I wanted to do it also, but I did not want to give up networking of Fido.
  132. A friend started running PCBoard and had a program called CONDOR that allowed
  133. PCBoard to run RBBS DOORS, so OUTDOOR is to Opus/Fido as CONDOR is to
  134. PCBoard.
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. Credits: (Well here goes!)
  143.  
  144. OUTER - Copyright 1986
  145.         Ron Bemis
  146.         Fido 151/104
  147.         GTE Gov't Systems
  148.         400 Park Plaze
  149.         Research Triangle Park, NC 27709
  150.  
  151. X00, CAPTURE - Copyright 1987
  152.                Raymond L. Gwinn
  153.                12469 Cavalier Drive
  154.                Woodbridge, Va 22192
  155.  
  156. CONDOR - Copyright 1987
  157.          Intermountain Softworks
  158.          P.O. Box 2043
  159.          Walla Walla, Wa 99362
  160.  
  161. RBBS-PC,CONFIG - Copyright 1983 - 86
  162.           D. Thomas Mack
  163.           10210 Okfordshire Road
  164.           Great Falls, Va. 22066
  165.  
  166.  
  167.      Special thanks go to:
  168.  
  169. Enterprise-A BBS (412) 465-8601
  170. Sysop: Pat Carone
  171.      Who supplied me with all the Docs and file structures of RBBS and
  172. PCboard so I could write this program.
  173.  
  174.  
  175.      If you find this program to be usefull and you will b using it on a
  176. continous basis, a contribution of $20 would be appreciated. This contribution
  177. will entitle you to future updates sent directly to your BBS (Via Fidonet)
  178. and a priority on any complaints, suggestion, or changes needed.
  179. To register send your $20 to:
  180.  
  181.                  Jon Marshall
  182.                  P.O. Box 181
  183.                  Creekside, Pa. 15732
  184.  
  185. The latest version of this software can always be found on Zaphod's BBS
  186. at (412)-349-0557 Opus 129/23 0-2400Bps.
  187.  
  188.